home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 001-025 / contents_005 < prev    next >
Text File  |  1992-05-06  |  5KB  |  131 lines

  1. ============================== README.list5 ==============================
  2. This is disk 5 of the freely distributable AMIGA software library.
  3. It contains many of the programs, written by Commodore-Amiga people,
  4. that were included in disk number 1.  However, they have been cleaned
  5. up so that they compile cleanly on the AMIGA, return resources 
  6. allocated, etc.
  7.  
  8. cons        Console device demo program with supporting macro routines.
  9.         Author: Rob Peck  12/1/85
  10.  
  11. freemap        Creates a visual diagram of free memory.  Comes with
  12.         custom icon so can be run from workbench screen.
  13.         Author: Robert J. Mical
  14.  
  15. input.dev    In combination with hander.interface.asm (supplied),
  16.         lets a user trap keyboard or mouse events before they
  17.         get to Intuition and if desired, install new (phony/
  18.         generated/other-devices-mouse-simulations) into the
  19.         input stream.  Handler.interface.asm is needed to convert
  20.         the calling sequence performed by the input.task for
  21.         the input stream management into something that a
  22.         C program can understand.
  23.         Author: Rob Peck  12/1/85
  24.  
  25. joystick    Shows how to set up the gameport device as a joystick.
  26.         Reports parameters received from joystick hooked to
  27.         right port.
  28.         Author: Rob Peck  12/1/85
  29.  
  30. keyboard    Sample program to demonstrate direct communications with
  31.         the keyboard.
  32.         Author: Rob Peck  12/1/85
  33.  
  34. layers        Shows use of the layers library, used by Intuition to
  35.         create windows (layers handles all overlapping drawing
  36.         areas and keeps things straight, sending to the back,
  37.         bringing to the front, making larger/smaller, etc.)
  38.         Author: Rob Peck  12/1/85
  39.  
  40. mandelbrot    Latest and greatest mandelbrot program.  New features
  41.         include the ability to save images in "iff" format,
  42.         for reading into Deluxe Paint or other programs that
  43.         use iff.  Also includes code from GraphiCraft to handle
  44.         color palette and change colors at will.  Many additions
  45.         by RJ Mical.
  46.         Author: Robert French
  47.  
  48. mouse        Shows how to set up the gameport device as a mouse so
  49.         that hooking up the mouse to the right port gives access
  50.         to mouse information.
  51.         Author: Rob Peck  12/1/85
  52.  
  53. one.window    Produces a window with a console attached.  Does graphics
  54.         in the top half and limits the console activity to the
  55.         lower half.
  56.         Author: Rob Peck  12/18/85
  57.  
  58. parallel    Demonstrates access to the parallel port.
  59.         Author: Tom Pohorsky  12/1/85
  60.  
  61. printer        Shows how to open and use a printer, does a screen dump
  62.         of the workbench screen if there is a graphics-capable
  63.         printer attached.
  64.         Currently does not compile under Lattice C Ver3.02 and
  65.         does not link under Lattice C Ver3.03.
  66.         Author: Rob Peck  12/1/85
  67.  
  68. print.support    Printer support routines.  Currently won't compile,
  69.         missing a header file "local.h".
  70.         Author: unknown
  71.  
  72. proctest    Sample code to create a process, set up message ports,
  73.         pass messages, etc.  Sample slave code for create process
  74.         test (littleproc.c) currently does not link under either
  75.         Lattice C 3.02 or 3.03 (unresolved global variables not
  76.         in libraries).
  77.         Author: Rob Peck  1/4/86
  78.  
  79. region        Demonstrates how a drawing area can be split into linked
  80.         rectangular regions.  Draws a rectangle in a single
  81.         playfield display, then draws "Behind a Fence" several
  82.         times behind an apparent fence in the rectangle.
  83.         Only works under Lattice Ver3.03.
  84.         Author: Rob Peck  12/1/85
  85.  
  86. samplefont    A sample font that produces clubs, hearts, spaces, and
  87.         diamonds as its four characters.  Shows precisely what
  88.         is contained in an Amiga font.
  89.         Author: Unknown
  90.  
  91. serial        Demonstrates access to the serial port.  Requires an
  92.         external terminal connected to the serial port.
  93.         Author: Unknown
  94.  
  95. singlePlayfield
  96.         Creates and displays a 320 by 200 by 2 bit plane
  97.         single playfield display.  Completely covers Intuition's
  98.         display, but gives the system back at exit.
  99.         Author: Rob Peck  12/1/85
  100.  
  101. speechtoy    Latest and greatest version of Dave's cute speech demo
  102.         program.  Comes with custom icon so can be run from
  103.         a workbench screen.
  104.         Author: Dave Lucas
  105.  
  106. speech.demo    A much simplified version of speechtoy.  Also includes
  107.         exec support functions for extended IO requests,
  108.         CreateExtIO() to allocate and initialize a new IO request
  109.         block and DeleteExtIO() to free an extended IO request
  110.         block.
  111.         Author: Rob Peck  12/1/85
  112.  
  113. text.demo    Sample program that asks AvailFonts() to make a list of
  114.         the fonts that are available, then opens a window and
  115.         then prints a description of the various attributes that
  116.         can be applied to the fonts, in the font itself.
  117.         Previous versions were released as "whichfont".
  118.         Author: Rob Peck  12/1/85
  119.  
  120. timer        Simple timer example program.  Includes dynamic
  121.         allocation of data structures needed to communicate
  122.         with the timer device, as well as the actual device
  123.         IO.
  124.         Author: Rob Peck  12/1/85
  125.  
  126. trackdisk    Demonstrates use of trackdisk driver.  Useful example of
  127.         "raw" disk read/write.
  128.         Author Rob Peck  12/1/85
  129.  
  130. =========================================================================
  131.